/* liScroll styles */

.js-ticker-mask {
width: 100%; 
position: relative;
height: 1.2em; 
vertical-align: middle;
overflow: hidden;
}
.js-ticker {
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
}
.js-ticker li {
display: inline;
margin: 0 50px 0 0;
padding: 0;
white-space: nowrap;
}
